<*>(_:_:)

public func <*> <V, U>(_ transform: Result<(V) -> U>, result: Result<V>) -> Result<U>

Apply function wrapped in Result to Result-vrapped value

  • V

    Undocumented

    Declaration

    Swift

    public func <*> <V, U>(_ transform: Result<(V) -> U>, result: Result<V>) -> Result<U>